Typo fix in help message for baud option in NMEA.
authorrobertl <robertl>
Wed, 30 Aug 2006 18:03:57 +0000 (18:03 +0000)
committerrobertl <robertl>
Wed, 30 Aug 2006 18:03:57 +0000 (18:03 +0000)
nmea.c

diff --git a/nmea.c b/nmea.c
index b5612aae639e270b13becdc2165c0de3db8e88b5..8ffb3b8b7920f41292eb934662500ce735206093 100644 (file)
--- a/nmea.c
+++ b/nmea.c
@@ -192,7 +192,7 @@ arglist_t nmea_args[] = {
        { "get_posn", &getposnarg, "Return current position as a waypoint", 
                NULL, ARGTYPE_BOOL, ARG_NOMINMAX},
        {"pause", &opt_sleep, "Decimal seconds to pause between groups of strings", NULL, ARGTYPE_INT, ARG_NOMINMAX },
-       {"baud", &opt_baud, "Bits per speed of serial port (baud=4800)", NULL, ARGTYPE_INT, ARG_NOMINMAX },
+       {"baud", &opt_baud, "Speed in bits per second of serial port (baud=4800)", NULL, ARGTYPE_INT, ARG_NOMINMAX },
        ARG_TERMINATOR
 };